PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / PDFLineAnnotation Constructor / PDFLineAnnotation Constructor(PDFCosDictionary)
The COS annotation.
In This Topic
    PDFLineAnnotation Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFLineAnnotation object with the specified COS annotation.
    Syntax
    public PDFLineAnnotation( 
       PDFCosDictionary cosAnnotation
    )

    Parameters

    cosAnnotation
    The COS annotation.
    See Also